From: Juanma Barranquero Date: Thu, 12 Mar 2009 08:36:55 +0000 (+0000) Subject: Fix typos. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1307 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7f8199fe60082f513c1423fc1f0c4b377c53425d;p=emacs.git Fix typos. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9db6a3da10d..880489e445c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,14 +1,13 @@ -2009-03-12 David Reitter +2009-03-12 David Reitter - * termhooks.h [HAVE_NS]: define NS_NONKEY_EVENT to be used for + * termhooks.h [HAVE_NS]: Define NS_NONKEY_EVENT to be used for non-key system events on NS. Formerly, NON_ASCII_KEYSTROKE_EVENT were used for such events. - * nsterm.m (newFrame, openFile, fulfillService, changeFont, - toggleToolbar, performDragOperation, runHelp): use it. + * nsterm.m (newFrame, openFile, fulfillService, changeFont) + (toggleToolbar, performDragOperation, runHelp): Use it. - - * keyboard.c (parse_menu_item) [HAVE_NS]: treat new event like + * keyboard.c (parse_menu_item) [HAVE_NS]: Treat new event like NON_ASCII_KEYSTROKE_EVENT, but set used_mouse_menu. 2009-03-11 Kenichi Handa